home *** CD-ROM | disk | FTP | other *** search
- /* $Revision: 1.1 $
- **
- ** Editline system header file for atarist.
- */
-
- #define CRLF "\r\n"
- #define FORWARD STATIC
-
- #include <compiler.h>
- #include <sys/types.h>
- #include <sys/stat.h>
- #include <dirent.h>
- #include <memory.h>
- #include <string.h>
- #include <unistd.h>
- #include <ioctl.h>
-
- #ifndef __MINT__
- #undef TIOCGWINSZ
- #undef TIOCSWINSZ
- #endif
-
- #define SIZE_T __SIZE_TYPEDEF__
- typedef struct dirent DIRENTRY;
- #if !defined(S_ISDIR)
- #define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR)
- #endif /* !defined(S_ISDIR) */
-
- #ifndef HAVE_STDLIB
- #define HAVE_STDLIB 1
- #endif
-